home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 2.0 KB | 78 lines | [TEXT/MPS ] |
- # MABuildTool.MAMake
- # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
-
- # Build command:
- # MABuild -Classic -AutoBuild MABuildTool
- # MABuild -cp MrC -AutoBuild MABuildTool
- # MABuild -cp MWC68K -AutoBuild -modelfar MABuildTool
-
- MACPlusPaths = ∂
- -i "{IncApp}" ∂
- -i "{MAToolIncludes}" ∂
- -i "{MACoreIncludes}" ∂
- -i "{MAODMemMgrIncludes}" ∂
- -i "{CIncludes}"
-
- MARezPaths = ∂
- -i "{IncApp}" -s "{ObjApp}" ∂
- -i "{MAToolIncludes}" -s "{MAToolObj}" ∂
- -i "{MACoreIncludes}" -s "{MACoreObj}" ∂
- -i "{MAODMemMgrIncludes}" -s "{MAODMemMgrObj}" ∂
- -i "{CIncludes}"
-
- ToolName = MABuildTool
- ####OtherLinkOptions = -xm mpwtool
- Creator = 'MPS '
-
- OtherLinkFiles = ∂
- "{MACoreObj}"MACore.lib ∂
- "{MAToolObj}"MATool.lib ∂
- "{MAODMemMgrObj}"MAODMemMgr.lib ∂
- "{ObjApp}UStringHandle.cp.o"
-
-
- "{ObjApp}UStringHandle.cp.o" ƒ ∂
- "{SrcApp}UStringHandle.cp" ∂
- "{IncApp}UStringHandle.h" ∂
- "{BuildFlags}"
-
-
- "{ObjApp}MABuildTool.cp.o" ƒ ∂
- "{SrcApp}MABuildTool.cp" ∂
- "{IncApp}UStringHandle.h" ∂
- "{MACoreIncludes}MacAppVersion.h" ∂
- "{BuildFlags}"
-
-
- # propagate dependencies back to the script's commando interface
- DummyCommand =
- "{ObjApp}{ToolName}" ƒƒ ∂
- "{ObjApp}MABuild"
- {DummyCommand}
-
- # propagate the dependencies back to the script's commando interface
- "{ObjApp}MABuild" ƒ ∂
- "{SrcApp}MABuild.r" ∂
- "{MACoreIncludes}MacAppVersion.h"
- {MAEcho} {EchoOptions} "Duplicating MABuild"
- Duplicate "{MATools}MABuild" "{ObjApp}" -y
- {MAEcho} {EchoOptions} "Rezzing: MABuild.r"
- SET XToolStartTime `DATE -n`
- {MARez} ∂
- -d MAIncludeOtherViewTypes={MAIncludeOtherViewTypes} ∂
- -d MAViewTypesSrc={MAOtherViewTypesSrc} ∂
- -i "{SrcApp}" -s "{SrcApp}" {MARezPaths} ∂
- -o "{ObjApp}MABuild" ∂
- -a ∂
- {RezOptions} ∂
- {OtherRezOptions} ∂
- "{SrcApp}MABuild.r"
- IF "{XTimes}"
- {MAEcho} {EchoOptions} Elapsed time: `evaluate ∂`DATE -n ∂` - {XToolStartTime}` seconds
- END
-
-
- # the following line will get you some source for the commando interface
- #derez MABuild "{RIncludes}Cmdo.r" "{RIncludes}Types.r" -m 80 -only 'cmdo' >MABuild.recovered.r
-
-